<Schema name="FDTFailSafeDataSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:fdt="x-schema:FDTDataTypesSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="fsDeviceTag" dt:type="string"/>
	<AttributeType name="fsBusMasterTag" dt:type="string"/>
	<AttributeType name="fsDeviceFBTag" dt:type="string"/>
	<AttributeType name="fsBulkData" dt:type="bin.base64"/>
	<!--Definition of Elements-->
	<ElementType name="FDTFailSafeData" content="empty" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<attribute type="fsDeviceTag" required="no"/>
		<attribute type="fsBusMasterTag" required="no"/>
		<attribute type="fsDeviceFBTag" required="yes"/>
		<attribute type="fsBulkData" required="yes"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<attribute type="fdt:nodeId" required="no"/>
		<element type="FDTFailSafeData" minOccurs="0" maxOccurs="1"/>
	</ElementType>
</Schema>

